Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Nauman 98 posts 118 karma points
    Dec 09, 2010 @ 13:57
    Nauman
    0

    get orderline id on Cart[XSLT].xslt

    Soren

    I want to get the value of "orderlineid" from table "ucommerce_OrderLine" in Cart[XSLT].xslt. Is it possible?

    Regards

    Nauman

  • Søren Spelling Lund 1797 posts 2786 karma points
    Dec 09, 2010 @ 14:21
    Søren Spelling Lund
    0

    Orderline ids are not exposed in XML. Rather an index is returned which is used for all subsequent calls. DeleteOrderLine for example accepts the index, not the orderlineid.

  • Nauman 98 posts 118 karma points
    Dec 09, 2010 @ 14:26
    Nauman
    0

    Soren

    Actually I want to perform an operation on the basket items within custome basket pipeline I have created. So i need to get a flag of the product which I can mark in session in my .NET code and then use the same in cart[XSLT].xslt. Any idea how is this possible?

    Nauman

  • Søren Spelling Lund 1797 posts 2786 karma points
    Dec 09, 2010 @ 16:39
    Søren Spelling Lund
    0

    You could use SetOrderProperty to mark the order line you want to work with in the pipeline.

Please Sign in or register to post replies

Write your reply to:

Draft